Namespace Set

Types

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
function add_element(instance: instance, attribute_name: I, element: gtv)
Link copied to clipboard
function add_elements(instance: instance, attribute_name: I, elements: gtv)
Link copied to clipboard
function contains(root_instance: instance, attribute_name: I, value: gtv): boolean
Link copied to clipboard
function contains_all(root_instance: instance, attribute_name: I, values: gtv): boolean
Link copied to clipboard
function create_elements(instance: instance, attribute_name: I, elements: gtv)
Link copied to clipboard
function fetch_range_from(attribute: attribute, value: gtv, from: rowid): list<instance>
Link copied to clipboard
function get_value_as_text(instance: instance, attribute_name: I): text
Link copied to clipboard
function is_empty(instance: instance, attribute_name: I): boolean
Link copied to clipboard
function remove_element(instance: instance, attribute_name: I, element: gtv)
Link copied to clipboard
function remove_elements(instance: instance, attribute_name: I): gtv
Link copied to clipboard
function set_elements(instance: instance, attribute_name: I, elements: gtv)
Link copied to clipboard
function size(root_instance: instance, attribute_name: I): integer
Link copied to clipboard
function T(inner_type: type, value: gtv?): attribute_type
Link copied to clipboard
function unpack(instance: instance, attribute_name: I): (type: type, values: gtv)?
Link copied to clipboard
function unpack_by_attribute(instance: instance, attribute: attribute): (type: type, values: gtv)?
Link copied to clipboard
function update_elements(instance: instance, attribute_name: I, elements: gtv)